ActiveReports Developer 7
DoubleArray Constructor(Double[])
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class > DoubleArray Constructor : DoubleArray Constructor(Double[])

data
Specifies the data for the array.

Glossary Item Box

Initializes a new instance of the DoubleArray class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal data() As System.Double _
)
C# 
public DoubleArray( 
   System.double[] data
)

Parameters

data
Specifies the data for the array.

See Also